I happened to glance at the top of my most recent patch and
noticed that I used an `throw_errno()` function in a non-errno place.
I scanned the patch for other instances of this but didn't find one.
Closes: #811
Approved by: jlebon
return FALSE;
}
else
- return glnx_throw_errno_prefix (error, "Not a regular file or symlink: %s", loose_path_buf);
+ return glnx_throw (error, "Not a regular file or symlink: %s", loose_path_buf);
ot_transfer_out_value (out_info, &ret_info);
return TRUE;